home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 4 / Apprentice-Release4.iso / Source Code / Libraries / C Internet Config / IC Resource ƒ / IC Headers ƒ / IC Keys.h < prev    next >
Encoding:
Text File  |  1995-11-08  |  4.0 KB  |  24 lines  |  [TEXT/SPM ]

  1. /*
  2.     IC Keys.h
  3.     
  4.     This header file defines some keys which are predefined to exist as part of the IC prefs file.
  5.     
  6.     Keys can be added by an IC-aware application.
  7.     
  8.     The canonical Internet Config interface is defined in Pascal.  These headers have
  9.     not been thoroughly tested.  If there is a conflict between these headers and the
  10.     Pascal interfaces, the Pascal should take precedence.
  11. */
  12.  
  13. #ifndef __H_IC_Keys__
  14. #define __H_IC_Keys__
  15.  
  16. #define kICRealName                "\pRealName"                /* PString */
  17. #define kICEmail                    "\pEmail"                    /* PString -- user@host.domain */
  18. #define kICMailAccount            "\pMailAccount"                /* PString -- user@host.domain */
  19. #define kICMailPassword            "\pMailPassword"            /* PString -- scrambled */
  20. #define kICNewsAuthUsername        "\pNewsAuthUsername"        /* PString */
  21. #define kICNewsAuthPassword        "\pNewsAuthPassword"        /* PString -- scrambled */
  22. #define kICArchiePreferred        "\pArchiePreferred"            /* PString -- formatted */
  23. #define kICArchieAll                "\pArchieAll"                /* STR# -- formatted */
  24. #define kICUMichPreferred        "\pUMic